home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / os2 / xm198os2.zip / MODEMS.ZIP / ELSATD.CFG < prev    next >
Text File  |  1995-01-31  |  4KB  |  70 lines

  1. ; =============================================================================
  2. ; ELSATD.CFG  ELSA ISDN MicroLINK /TD         Xenia Version 1.98 - January 1995
  3. ; =============================================================================
  4. ; Also applies to /M (rack) - basically same thing, a /TD *contains* rack card.
  5. ; For the TL/pro (successor to the /TL) use the /TD settings, NOT the /TL ones.
  6. ;
  7. ; Settings also work for /TL, but you'll have to adjust the comport speed.
  8. ; The /TL can only handle upto 57600 over a normal comport.
  9. ; If you have a clock-multiplying comport, select *2 and set 38400 for 76800.
  10. ;
  11. ; Xenia can recognize the CLIP (CallerID) info provided by the ELSA adapter,
  12. ; and the init string is set up for that.
  13. ; The ELSA adapters do not provide cause codes in some nice form; they ARE in
  14. ; S154 (high byte) and S155 (low byte), decimal. But Xenia can't decode that...
  15. ;
  16. ; The config below uses a custom HANGUP string. This is not absolutely
  17. ; necessary, but may solve a problem I have encountered myself. When calling
  18. ; someone who has an external adapter online, it appears that at the end of a
  19. ; mailsession his side hangs up before the final 'okidoki, let's hangup' packet
  20. ; reaches my side. So my side says 'carrier lost'; no great harm, but not nice.
  21. ;
  22. ;
  23. ; IMPORTANT: V.120 information!  64k, 56k, connecting with ISDN sites in USA.
  24. ; The external ELSA ISDN adapters are very nice in that they autodetect
  25. ; X.75, V.110 (any speed) and V.120 on incoming calls.
  26. ; Unfortunately, they do NOT auto-detect 64k V.120 and 56k V.120
  27. ; You have to set that manually: S172=1 for 64k, S172=129 for 56k.
  28. ; Contrary to popular belief, most people with ISDN in USA *DO* have 64k.
  29. ; So what's the problem?
  30. ; When calling from Holland to an ISDN system in the US, Dutch PTT routes the
  31. ; call via long distance carrier AT&T, but without preselecting 64k trunks.
  32. ; AT&T does have 64k trunks but also still some 56k so sometimes you get those.
  33. ; In that case you do see the start of a connect, but the handshake won't work.
  34. ; Therefore the only safe way to be sure of a good connect is to call with 56k.
  35. ; Dutch PTT is (now) aware of this and is working on a solution.
  36. ; The config below is set up to call V.120's at 56k, but answer at 64k.
  37. ; If you want to set it any other way, just uncomment the right line.
  38.  
  39.  
  40. ;INCLUDE C:\XENIA\MODEMS\XENCAUSE.CFG
  41.  
  42. ;MDMRSP NOCONN  NO DIALTONE/
  43. ;MAILER COLLIDE
  44.  
  45. SPEED LOCK 115200                               ; ELSA /TD, /M (rack), /TLpro
  46. ;SPEED LOCK 57600                               ; ELSA /TL with normal comport
  47. ;SPEED LOCK 38400                               ; ELSA /TL with port*2=76800
  48. FAX OFF
  49. FIRSTRING
  50.  
  51. INIT       ATZ|AT\V8S53=7|                      ; Enable full result codes/CLIP
  52. RESET      ATZ|
  53. BUSY       ATZ|
  54. HANGUP     ~~!`v~~^`!!``                        ; 2 sec delay + original hangup
  55. ANSWER     AT\\N7S172=1A|                       ; Answer V.120 64k, X.75, V.110
  56. ;ANSWER     AT\\N7S172=129A|                    ; Answer V.120 56k, X.75, V.110
  57. ;AFTERCALL ATS154?S155?|                        ; Not very self-explanatory ;-)
  58.  
  59. OKDIAL     ISDNA ISDNB ISDNC ISDN -*            ; Yes we can call V.120s !!
  60.  
  61. PREFIXSUFFIX  AT\\N2S172=1|ATD/|         ISDNC
  62. PREFIXSUFFIX  AT\\N0S172=1|ATD/|         ISDNB
  63. PREFIXSUFFIX  AT\\N0S172=1%B19200|ATD/|  ISDNA
  64. PREFIXSUFFIX  AT\\N4S172=129|ATD/|       ISDN   ; Call US sites at 56k V.120
  65. ;PREFIXSUFFIX  AT\\N4S172=1|ATD/|         ISDN  ; 64k V.120 flawed when NL->US
  66. PREFIXSUFFIX  AT\\N2S172=1|ATD/|
  67.  
  68.  
  69. ; =============================================================================
  70.